province_event = {
	id = 1000123001
	desc = "EVTDESC1000123001"
	picture = GFX_evt_throne_room
	
	trigger = {
		kingdom = {
			title = k_sicily
		}
		OR = {
			culture = greek
			culture = maghreb_arabic
		}
		owner = {
			religion = catholic
			top_liege = {
				religion = catholic
				}
		}
	}
	mean_time_to_happen = {
		months = 900
		modifier = {
			factor = .9
			any_neighbor_province = {
				has_owner = yes
				culture = sicilian
			}
		}
		modifier = {
			factor = .5
			religion = catholic
		}
		modifier = {
			factor = .9
			owner = {
				top_liege = {
					culture = sicilian
				}
			}
		}
		modifier = {
			factor = .75
			owner = {
				top_liege = {
					has_landed_title = k_sicily
				}
			}
		}
	}
	option = {
		name = "EVTOPTA1000123001"
		culture = sicilian
	}
}

#Adopt Sicilian culture

character_event = {
	id = 100009002
	desc = "EVTDESC100009002"
	picture = GFX_evt_throne_room
	
	trigger = {
		religion = catholic
		capital_scope = {
			culture = sicilian
		}
	}
	
	mean_time_to_happen = {
		months = 24
	}

	option = {
		name = "EVTOPTA100009002"
		
		# Piss off the appropriate vassals
		any_vassal = {
			limit = {
				culture = ROOT
				age = 16
			}
			opinion = {
				who = ROOT
				modifier = opinion_adopted_foreign_ways
				years = 10
			}
			hidden_tooltip = { character_event = { id = 55011 days = 0 } }
		}
		
		culture = sicilian
	}

	option = {
		name = "EVTOPTB100009002"
		ai_chance = {
			factor = 0
		}
	}
}

#Need to create localization for these

#Make my court speak Sicilian
#character_event = {
#	id = 100009003
#	desc = "EVTDESC100009003"
#	picture = GFX_evt_throne_room
#
#	trigger = {
#		culture = sicilian
#		top_liege = {
#			culture = sicilian
#		}
#		any_courtier = {
#			NOT = { culture = sicilian }
#		}
#	}
#	
#	mean_time_to_happen = {
#		months = 120
#	}
#
#	option = {
#		name = "EVTOPTA100009003"
#		random_courtier = {
#			limit = {
#				NOT = { culture = ROOT }
#			}
#			culture = sicilian
#			hidden_tooltip = {
#				character_event = { id = 100009004 days = 3 }
#			}
#		}
#	}
#}
#
##Make my vassal speak Sicilian
#character_event = {
#	id = 100009003
#	desc = "EVTDESC100009003"
#	picture = GFX_evt_throne_room
#
#	trigger = {
#		culture = sicilian
#		top_liege = {
#			culture = sicilian
#		}
#		any_vassal = {
#			NOT = { culture = ROOT }
#		}
#	}
#	
#	mean_time_to_happen = {
#		months = 720
#	}
#
#	option = {
#		name = "EVTOPTA100009003"
#		random_vassal = {
#			limit = {
#				NOT = { culture = ROOT }
#			}
#			culture = english
#			hidden_tooltip = {
#				character_event = { id = 100009004 days = 3 }
#			}
#		}
#	}
#}
#
##character_event = {
#	id = 100009004
#	desc = "100009004"
#	picture = GFX_evt_throne_room
#
#	is_triggered_only = yes
#
#	option = {
#		name = "EVTOPTA100009004"
#		culture = english
#	}
#}